home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_action.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  2.1 KB  |  66 lines

  1. /*****************************************************************************
  2.   FILE           : ui_action.h
  3.   SHORTNAME      : action.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 1.2.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_action.h    1.11 3/2/94
  14.   SCCS VERSION   : 1.11
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_ACTION_DEFINED_
  23. #define _UI_ACTION_DEFINED_
  24.  
  25. extern void  ui_action_init (void);
  26. extern void  ui_action_unitsMovev (void);
  27. extern void  ui_action_unitsCopy (void);
  28. extern void  ui_action_unitInsert (int);
  29. extern void  ui_action_linksMakeBidirectional (void);
  30. extern void  ui_action_linksMakeReverse (void);
  31. extern void  ui_action_linksCopy (void);
  32. extern void  ui_action_linksCopyEnvironment (void);
  33. extern void  ui_action_linksMakeClique (int);
  34. extern void  ui_action_linksMakeFromSourceUnit (int);
  35. extern void  ui_action_linksMakeToTargetUnit (int);
  36. extern void  ui_action_linksSet (void);
  37. extern void  ui_action_unitsDelete (void);
  38. extern void  ui_action_setUnitAttribute (FlagType);
  39. extern void  ui_action_sitesCopy (void);
  40. extern void  ui_action_graphicsDirection (void);
  41. extern void  ui_action_graphicsGrid (void);
  42. extern void  ui_action_UnitZcoordinate (void);
  43. extern void  ui_action_UnitZsetReference (void);
  44. extern void  ui_action_unitsMove (void);
  45. extern void  ui_action_sitesMake (int);
  46. extern void  ui_action_setUnitLayers (void);
  47. extern void  ui_action_unitSetDefaultType (void);
  48.  
  49.  
  50. extern int   ui_kernelError; 
  51.         /* used to store the error reported by kernel functions */
  52.  
  53. extern short ui_actualZvalue;
  54.  
  55. extern struct LinkAttributeType    ui_link;
  56.                   /* attributes of the link shown in the info panel */
  57.  
  58. extern unsigned short ui_layerReturnValue;
  59.                   /* return value of the layer panel */
  60.  
  61. #endif /* _UI_ACTION_DEFINED_ */
  62.  
  63. /* end of file */
  64. /* lines: 64 */
  65.  
  66.